Framework (
A-Z)
Reference for Wiring version 1.0 Build 0100+ If you have a previous version, use the reference included with your software. If see any errors or have any comments, let us know.
Name |
, (comma) |
Examples |
int a=20, b=30, c=80;
int d[] = {
20, 60, 80
};
digitalWrite(a, LOW);
analogWrite(4, 255);
|
Description |
Separates parameters in function calls and elements during assignment. |
Syntax |
value1, ..., valueN
|
Parameters |
value1, ..., valueN |
any int, float, byte, boolean, char, etc. |
|
Usage |
Application |
Updated on July 07, 2011 11:08:01pm PDT